object frmThumbnailsPage: TfrmThumbnailsPage Left = 0 Top = 0 Width = 635 Height = 353 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object gbSize: TGroupBox Left = 16 Top = 222 Width = 605 Height = 128 Caption = 'gbSize' TabOrder = 2 object lblSize: TAxLabel Left = 24 Top = 30 Width = 550 Height = 33 WordWrap = True Transparent = True AutoSize = False Caption = 'lblSize' ShowAccelChar = True end object lblSizeSmall: TAxLabel Left = 25 Top = 74 Width = 72 Height = 16 WordWrap = False Transparent = True Caption = 'lblSizeSmall' ShowAccelChar = True end object lblSizeValue: TAxLabel Left = 59 Top = 74 Width = 286 Height = 16 WordWrap = False Alignment = taCenter Transparent = True AutoSize = False Caption = 'lblSizeValue' ShowAccelChar = True end object lblSizeLarge: TAxLabel Left = 308 Top = 74 Width = 71 Height = 16 WordWrap = False Alignment = taRightJustify Transparent = True Caption = 'lblSizeLarge' ShowAccelChar = True end object tbSize: TTrackBar Left = 19 Top = 93 Width = 366 Height = 25 Max = 256 Min = 96 Frequency = 16 Position = 96 TabOrder = 0 OnChange = tbSizeChange end end object gbCache: TGroupBox Left = 16 Top = 1 Width = 605 Height = 68 Caption = 'gbCache' TabOrder = 0 object cbDisableThumbnails: TCheckBox Left = 24 Top = 30 Width = 569 Height = 17 Caption = 'cbDisableThumbnails' TabOrder = 0 OnClick = cbDisableThumbnailsClick end end object gbQuality: TGroupBox Left = 16 Top = 82 Width = 605 Height = 127 Caption = 'gbQuality' TabOrder = 1 object lblQuality: TAxLabel Left = 24 Top = 30 Width = 550 Height = 33 WordWrap = True Transparent = True AutoSize = False Caption = 'lblQuality' ShowAccelChar = True end object lblQualityLow: TAxLabel Left = 25 Top = 74 Width = 77 Height = 16 WordWrap = False Transparent = True Caption = 'lblQualityLow' ShowAccelChar = True end object lblQualityValue: TAxLabel Left = 59 Top = 74 Width = 286 Height = 16 WordWrap = False Alignment = taCenter Transparent = True AutoSize = False Caption = 'lblQualityValue' ShowAccelChar = True end object lblQualityHigh: TAxLabel Left = 299 Top = 74 Width = 80 Height = 16 WordWrap = False Alignment = taRightJustify Transparent = True Caption = 'lblQualityHigh' ShowAccelChar = True end object tbQuality: TTrackBar Left = 19 Top = 93 Width = 366 Height = 24 Max = 100 Min = 50 Frequency = 5 Position = 50 TabOrder = 0 OnChange = tbQualityChange end end end